home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Registration
- Sent: 3/15/96 9:55 AM
- Received: 3/15/96 10:11 AM
- From: Mark Lanett, mlanett@meer.net
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 8:25 AM 3/15/96, Arni McKinley wrote:
- >Also I'd like to turn them into FAT parts. What's involved in doing that?
-
- Use MPW:
- MergeFragment MyPart68K MyPartPPC
-
- This will merge the 68K part's code fragment into the powerpc one, making
- it fat.
-
- If you don't want to modify the ppc one, do something like this:
- Duplicate -y MyPartPPC MyPartFAT
- MergeFragment MyPart68K MyPartFAT
-
- Resources from the 68K part are not moved into the fat part. Your 68K and
- PPC parts must have the same resources, which is almost always the case.
-
-
- --
- Mark Lanett, ODF
-
-